home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / storebmp / readme.txt < prev    next >
Encoding:
Text File  |  1995-01-03  |  722 b   |  17 lines

  1. Store and Display Pictures in an Access Database
  2.  
  3. This is a demo application that shows how you can select Bitmap 
  4. and Icon files, and store them in an Access 2.0 database.  You 
  5. can also display those same files in you VB application.
  6.  
  7. The basic idea behind the storeage and display is that a file 
  8. is just binary data.  You can write the binary data to an OLE 
  9. Object field in your database.  You can then write the data 
  10. from the OLE Object to a temporary file on your PC the load the 
  11. file into an image control using the LoadPicture option.
  12.  
  13. If you have any questions about this application send me an 
  14. E-Mail at MLUHRING on America Online.
  15.  
  16. Please feel free to use any part of this code as you wish.
  17.